#
# HoI - Norway Events
#
#		written by Quetzalcoatl
#

#########################################################################
#  Skandinvia megalaktsa
#########################################################################
event = {
	id = 91275
	random = no
	country = NOR

	trigger = {
		NOT = {
			OR = {
				ideology = stalinist
				ideology = leninist
				ideology = left_wing_radical
			}
		}
		control = { province = 107 data = NOR } #Oslo
		control = { province = 98 data = NOR } #Gteborg
		control = { province = 93 data = NOR } #Malm
		control = { province = 101 data = NOR } #Stockholm
		control = { province = 294 data = NOR } #Koppenhga
		owned = { province = 107 data = NOR } #Oslo
		owned = { province = 98 data = NOR } #Gteborg
		owned = { province = 93 data = NOR } #Malm
		owned = { province = 101 data = NOR } #Stockholm
		owned = { province = 294 data = NOR } #Koppenhga
		NOT = {
			atwar = DEN
			atwar = SWE
		}
	}

	name = "EVT_91275_NAME"
	desc = "EVT_91275_DESC"
	picture = "uppsala"
	style = 0

	date = { day = 0 month = january year = 1937 }
	offset = 30
	deathdate = { day = 31 month = december year = 1963 }

	action_a = {
		name = "ACTIONNAME91275A" # Hurr
		ai_chance = 70
		command = { type = belligerence which = NOR value = 2 }
		command = { type = domestic which = interventionism value = 1 }
		command = { type = domestic which = freedom value = 1 }
		command = { type = relation which = SOV value = -20 }
		command = { type = relation which = ENG value = -10 }
		command = { type = relation which = GER value = -20 }
		command = { type = money value = -500 } #sokba kerl
		command = { type = country which = SCA }
		command = { type = inherit which = DEN }
		command = { type = inherit which = SWE }
		command = { type = trigger which = 91289 }
	}
	action_b = {
		name = "ACTIONNAME91275B" # Minek...
		ai_chance = 30
		command = { type = belligerence which = NOR value = -1 }
		command = { type = domestic which = interventionism value = -1 }
		command = { type = domestic which = freedom value = -1 }
	}
}

### Brit fenyegets
#######################################
event = {
	id = 91352
	random = no
	country = NOR
	
	# Triggered by ENG 91351

	style = 0
	name = "EVT_91352_NAME"
	desc = "EVT_91352_DESC"
	picture = "Finnish_reinforcment"

	action_a = {
		name = "ACTIONNAME91352A"
		command = { type = trigger which = 91355 }
		command = { type = dissent value = -5 }
		command = { type = domestic which = defense_lobby value = 1 }
		ai_chance = 45
	}
	action_b = {
		name = "ACTIONNAME91352B"
		command = { type = trigger which = 91354 }
		command = { type = relation which = ENG value = 10 }
		command = { type = access which = ENG }
		command = { type = dissent value = 5 }
		ai_chance = 4
	}
	action_c = {
		name = "ACTIONNAME91352C"
		command = { type = trigger which = 91356 }
		command = { type = alliance which = GER }
		command = { type = dissent value = 2 }
		command = { type = relation which = GER value = 100 }
		command = { type = domestic which = defense_lobby value = 1 }
		command = { type = access which = GER }
		command = { type = set_domestic which = democratic value = 3 }
		command = { type = set_domestic which = political_left value = 2 }
		ai_chance = 50
	}
	action_d = {
		name = "ACTIONNAME91352D"
		command = { type = trigger which = 91357 }
		command = { type = dissent value = 11 }
		command = { type = relation which = SOV value = 10 }
		command = { type = set_domestic which = democratic value = 3 }
		command = { type = set_domestic which = political_left value = 10 }
		ai_chance = 1
	}
}

### Brit fenyegets
#######################################
event = {
	id = 91353
	random = no
	country = NOR
	
	# Triggered by ENG 91351

	style = 0
	name = "EVT_91353_NAME"
	desc = "EVT_91353_DESC"
	picture = "Finnish_reinforcment"

	action_a = {
		name = "ACTIONNAME91353A"
		command = { type = domestic which = defense_lobby value = 1 }
		command = { type = relation which = ENG value = -10 }
		command = { type = dissent value = -1 }
		command = { type = trigger which = 91359 }
		ai_chance = 90
	}
	action_b = {
		name = "ACTIONNAME91353B"
		command = { type = relation which = ENG value = 100 }
		command = { type = dissent value = 5 }
		command = { type = trigger which = 91360 }
		ai_chance = 10
	}
}